home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 December / PCWorld_2004-12_cd.bin / software / topware / gozilla / gozilla.exe / {app} / windows.skin / file_manager.skn < prev    next >
Text File  |  2001-12-20  |  2KB  |  52 lines

  1. <form name="File Manager" image="window\white.bmp" width=478 height=200 minwidth=178 minheight=60
  2.     relative="main" snap=top resize_image=stretch resize_window=true>
  3.  
  4.     <image name="1" x=0 y=0 width=6 height=18 image="window\m_upper_left.bmp">
  5.     <image name="2" x=6 y=0 width=-6 height=17 resize=stretch image="window\m_top.bmp">
  6.     <image name="3" x=-6 y=0 width=6 height=18 image="window\m_upper_right.bmp">
  7.  
  8.     <image name="4" x=0 y=16 width=5 height=-6 resize=stretch image="window\m_left_side.bmp">
  9.     <image name="5" x=-5 y=16 width=5 height=-6 resize=stretch image="window\m_right_side.bmp">
  10.  
  11.     <image name="6" x=0 y=-6 width=6 height=6 image="window\m_lower_left.bmp">
  12.     <image name="7" x=6 y=-5 width=-6 height=5 resize=stretch image="window\m_bottom.bmp">
  13.     <image name="8" x=-6 y=-6 width=6 height=6 image="window\m_lower_right.bmp">
  14.     
  15.     <!-- All controls go after this -->
  16.  
  17.     <menu name="File Manager Menu" menuskin="menu_file_manager.skn" 
  18.         x=6 y=4 offsetx=0 offsety=9 
  19.         image="misc\filemgr_menu_n.bmp" mouseover="misc\filemgr_menu_o.bmp" mousedown="misc\filemgr_menu_d.bmp" 
  20.         toggleimage="misc\filemgr_menu_o.bmp" mouseover="misc\filemgr_menu_n.bmp" mousedown="misc\filemgr_menu_td.bmp">
  21.  
  22.     <button name="close" x=-15 y=4 width=10 height=9
  23.         image="window\close_n.bmp" mouseOver="window\close_o.bmp" mouseDown="window\close_d.bmp">
  24.  
  25.     <list name="files" x=5 y=17 width=-5 height=-5 
  26.         font="Arial" 
  27.         fontsize=12 
  28.         fontcolor=#000000 
  29.         bgcolor=#FFFFFF 
  30.         selectcolor=#3D3D9E 
  31.         selectedfontcolor=#FFFFFF
  32.         htfontcolor=#0000CC 
  33.         htselectcolor=#FFFFFF 
  34.         buttoncolor=#C0C0C0
  35.         scrollcolor=#85878E 
  36.         windowbgcolor=#C0C0C0 
  37.         headerfontcolor=#000000 
  38.         scrollbuttoncolor=#D2D3D5 
  39.         scrollarrowcolor=#000000
  40.         activescrollarrowcolor=#3D3D9E
  41.         scrolledgelightcolor=#FFFFFF
  42.         scrolledgedarkcolor=#3E3D42
  43.         scroll_size=10
  44.         progresscolor=#3D3D9E
  45.         notprogresscolor=#FFFFFF
  46.         columnorder="1,0,8,9,6,4,10,5,7,2,3"
  47.         columnsizes="16,166,534,134,142,61,37,44,58,48,113"
  48.         rowheight=16
  49.         sort=-10,2
  50.        >
  51.  
  52. </form>